runtime.gcTrigger.test (method)
5 uses
runtime (current package)
malloc.go#L1204: if t := (gcTrigger{kind: gcTriggerHeap}); t.test() {
mgc.go#L545: func (t gcTrigger) test() bool {
mgc.go#L598: for trigger.test() && sweepone() != ^uintptr(0) {
mgc.go#L606: if !trigger.test() {
proc.go#L5177: if t := (gcTrigger{kind: gcTriggerTime, now: now}); t.test() && atomic.Load(&forcegc.idle) != 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)